home *** CD-ROM | disk | FTP | other *** search
/ Mastering Web Site Development / Microsoft Mastering Web Site Development (Microsoft) (1997).iso / Media / Ch03 / W03D045.cc2 < prev    next >
Text File  |  1997-04-24  |  770b  |  15 lines

  1. 0, In Lab 3, you will setup the State University 
  2. 4, database on either Microsoft SQL Server or Microsoft 
  3. 7, Access. Then you will create Web pages that allow the 
  4. 12, user to browse information about classes. First, 
  5. 15, you will use the Data Form Wizard to generate three 
  6. 18, .asp files. They will display the classes from 
  7. 21, State University. One view will display the classes 
  8. 25, in a list format. The other view will display the 
  9. 28, classes in a form format. Finally, you will use the 
  10. 32, Data Range Header and Data Range Footer controls 
  11. 35, to create an .asp file with a customized display. 
  12. 39, You will build a query to select all classes, 
  13. 42, their majors, the major descriptions, and display 
  14. 46, those records in a table format.
  15. 49, END